db_ofb
Previous topic Chapter index Next topic

Foreign Key: c_fk_rfl_ind

 

 

Schema

public

 

Table

tj_indice_ind

 

Descriptions

Le champ ind_rfl_id correspond obligatoirement à un relevé floristique existant

 

Definition

FOREIGN KEY (ind_rfl_id)
   REFERENCES public.t_relevefloristique_rfl(rfl_id)
   ON DELETE NO ACTION
   ON UPDATE NO ACTION
   NOT DEFERRABLE

This file was generated with SQL Manager for PostgreSQL (www.pgsqlmanager.com)
Previous topic Chapter index Next topic